home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / patch20a.zip / ESCTIME.DTP < prev    next >
Text File  |  1990-12-21  |  922b  |  25 lines

  1. #
  2. #   ESCTIME.DTP - for use with DT_PATCH.EXE
  3. #
  4. #   Copyright (C) 1990 DATASTORM TECHNOLOGIES, INC.
  5. #
  6. #   All Rights Reserved
  7. #
  8. #   Target File: PCPLUS.EXE version 2.0
  9. #
  10. #   When an ESCAPE is received by PROCOMM PLUS, the program waits a maximum
  11. #   of two seconds for another character to continue the escape sequence.
  12. #   If another character does not arrive in this time, we no longer treat
  13. #   the incoming characters as part of a potential escape sequence but
  14. #   simply as ordinary received characters.  For some packet-switching
  15. #   networks with extreme delays the two second wait is not long enough.
  16. #   This patch changes the two second wait to four seconds (the value
  17. #   72 is clock ticks where each second is 18 ticks [4 * 18 = 72]).  If
  18. #   a different timeout is desired, replace the value 72 with any value
  19. #   between 0 and 255 (255 = 14 seconds).
  20. #
  21. @PCPLUS.EXE
  22. =211488
  23. O27400
  24. 72
  25.